home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9833 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  31 lines

  1. Path: holly.ACNS.ColoState.EDU!not-for-mail
  2. From: corbyh@holly.ACNS.ColoState.EDU (Corby S. Hudnall)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: iostream.h
  5. Date: 4 Mar 1996 11:27:45 -0700
  6. Organization: Colorado State University, Fort Collins, CO  80523
  7. Message-ID: <4hfcn1$rk6@holly.ACNS.ColoState.EDU>
  8. References: <313A06E9.E74@onramp.net>
  9. NNTP-Posting-Host: holly.acns.colostate.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jon (jon@onramp.net) wrote:
  13. : Someone PLEASE tell me where I can get it, or... If you are 
  14. : feeling like a Saint, you can email it to me. :)
  15.  
  16. What system, what compiler, what platform.  Try DJGPP, the freeware DOS 
  17. port of the GNU compiler.  I'm positive you can get an iostream.h header 
  18. there.  Avaialable at your local SimTel mirror (under the vendors directory).
  19.  
  20. // ------------ BEGIN SIGNATURE ---------------
  21. #include <iostream.h>
  22. void main()
  23. {
  24.   cout<<"\aName:\tCorby S. Hudnall\n";
  25.   cout<<"School:\tColorado State University\n";
  26.   cout<<"EMail\tcorbyh@holly.colostate.edu\n";
  27.   cout<<"URL\thttp://holly.colostate.edu/~corbyh/\n";
  28. }
  29. // ------------- END SIGNATURE ----------------
  30.  
  31.